-- background: 3987 from stack: in -- bmap block id: 4256 -- flags: 0000 -- background id: 0 -- name: openBack ----- HyperTalk script ----- --on openBackground set cursor to watch push card lock screen go card 1 show 34 cards pop card unlock screen end openBackground on closeBackground global mapLoc put 13 into mapLoc end closeBackground -- part 10 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=455 top=317 right=342 bottom=483 -- title width / last selected line: 0 -- icon id / first selected line: 18612 / 18612 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: next ----- HyperTalk script ----- on mouseUp if the number of this card > 36 then exit mouseUp if the number of this card < 3 then repeat until the number of this card = 3 visual dissolve slowly go next wait 1 second end repeat end if if the number of this card < 23 then repeat until the number of this card = 23 go next end repeat wait 1 second end if if the number of this card < 34 then repeat until the number of this card = 34 go next end repeat visual dissolve go card 35 wait 1 second end if if the number of this card = 35 then visual dissolve go card 36 wait 2 seconds end if if the number of this card = 36 then click at the loc of card button "zoomButton" end mouseUp -- part 11 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=428 top=317 right=342 bottom=456 -- title width / last selected line: 0 -- icon id / first selected line: 18621 / 18621 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 12 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=482 top=317 right=342 bottom=510 -- title width / last selected line: 0 -- icon id / first selected line: 18623 / 18623 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 14 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=128 top=0 right=22 bottom=508 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 18 -- style flags: 10240 -- line height: 19 -- part name: Title -- part 15 (button) -- low flags: 00 -- high flags: A002 -- rect: left=1 top=1 right=16 bottom=40 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: Menu ----- HyperTalk script ----- on mousedown global checkedItem, clickTime put 3 into checkedItem mainMenu put the ticks into clickTime end mousedown